ComponentOne ASP.NET MVC Controls
Min Property (ChartAxis<T>)

C1.Web.Mvc Namespace > ChartAxis<T> Class : Min Property
Gets or sets the minimum value shown on the axis. If not set, the minimum is calculated automatically.
Syntax
'Declaration
 
Public Property Min As Object
public object Min {get; set;}
Remarks
The value can be a number or a DateTime object (for time-based data).
See Also

Reference

ChartAxis<T> Class
ChartAxis<T> Members